Need help with ColdFusion and ASP.NET site [closed]

Posted by Michael Stone on Programmers See other posts from Programmers or by Michael Stone
Published on 2011-11-11T16:22:52Z Indexed on 2011/11/11 18:25 UTC
Read the original article Hit count: 250

Filed under:
|
|
|

To begin, I wasn't too sure how to title this.. I've got a few questions.

First off, I've got a very big site that's in ColdFusion and we've been migrating to ASP.NET C# 4.0 the last 8 months. I've got a team of 7 programmers and no one can seem to figure out these answers, not even our senior C# programmer.

We're using Team Foundation Server and we can't figure out how to only push up one small change at time. Right now we're stuck to publishing the entire site and it's causing serious issues. We've currently got the site as a Project and not a Website. We're wondering if that's one issue. I actually think it might be a problem.

We're also dealing with an issue where we can't access our regular folders with relative paths. So we're first developing our admin side in .NET and We've got our regular site and then we've got another site within that for our .NET admin tools. By site, I'm referring to them actually being Sites in IIS. This also creates a problem for us when we're creating tools that upload images and want to store them and access them from our parent Site.

I'd very much appreciate any advice on how to go about this in the most standardized way.

So what I'm hoping for is advise on:

-Publishing and managing a site/project in Team Foundation Server. Being able to push up one fix at a time if needed would be GREAT!

-Any help figuring out the issuing referencing folders from my .NET child site to my parent ColdFusion site using regular relative paths. "/a/images/b/" would be nice nice instead of only being able to do "/b/images/"

We're using ColdFusion 8, C# Asp.NET 4.0/Entity Framework/POCO Templates, and a Windows 2008 R2 Server.

Thank you in advance for any help.

© Programmers or respective owner

Related posts about version-control

Related posts about ASP.NET